Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CreateMilitaryUpdateMessage( _ ByVal id As String, _ ByVal messageType As String, _ ByVal controlPoints As IEnumerable(Of MapPoint) _ ) As Message |
C# | |
---|---|
public static Message CreateMilitaryUpdateMessage( string id, string messageType, IEnumerable<MapPoint> controlPoints ) |
Parameters
- id
- A System.String representing the message identifier.
- messageType
- A System.String representing the type of message.
- controlPoints
- A IEnumerable of message control points.
Return Value
The Message instance to be updated on the map.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8